home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1318 / snr95.exe / 0 / RCDATA / TFILESELECTDLG / TFILESELECTDLG.txt
Text File  |  1997-06-27  |  2KB  |  98 lines

  1. object FileSelectDlg: TFileSelectDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Files'
  6.   ClientHeight = 312
  7.   ClientWidth = 413
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 40
  20.     Width = 192
  21.     Height = 13
  22.     Caption = 'C:\...\Borland\CBuilder\Projects\SNR32'
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 247
  26.     Top = 276
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Add to List'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 327
  36.     Top = 276
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object FileListBox1: TFileListBox
  45.     Left = 248
  46.     Top = 56
  47.     Width = 153
  48.     Height = 209
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ItemHeight = 13
  55.     MultiSelect = True
  56.     ParentFont = False
  57.     TabOrder = 2
  58.   end
  59.   object DriveComboBox1: TDriveComboBox
  60.     Left = 16
  61.     Top = 8
  62.     Width = 225
  63.     Height = 19
  64.     DirList = DirectoryListBox1
  65.     TabOrder = 3
  66.   end
  67.   object DirectoryListBox1: TDirectoryListBox
  68.     Left = 16
  69.     Top = 56
  70.     Width = 225
  71.     Height = 209
  72.     DirLabel = Label1
  73.     FileList = FileListBox1
  74.     ItemHeight = 16
  75.     TabOrder = 4
  76.   end
  77.   object FilterComboBox1: TFilterComboBox
  78.     Left = 248
  79.     Top = 8
  80.     Width = 153
  81.     Height = 21
  82.     FileList = FileListBox1
  83.     Filter = 
  84.       'All files (*.*)|*.*|Text File (*.TXT)|*.txt|Database Tables (*.D' +
  85.       'B)|*.db'
  86.     TabOrder = 5
  87.     OnChange = FilterComboBox1Change
  88.   end
  89.   object Edit1: TEdit
  90.     Left = 248
  91.     Top = 32
  92.     Width = 153
  93.     Height = 21
  94.     TabOrder = 6
  95.     OnChange = Edit1Change
  96.   end
  97. end
  98.